* lisp/play/fortune.el (fortune-compile): Simplify and fix previous change.
authorGlenn Morris <rgm@gnu.org>
Fri, 15 Feb 2013 01:30:11 +0000 (20:30 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 15 Feb 2013 01:30:11 +0000 (20:30 -0500)
commit26f16bcee545e75bb9623f4dc7f6141ccf2306e5
tree43b2edb1ea0adb1223ea387240e96b2d75d79aed
parentbba40d3082a04c1adef4506a4019f41f51307c4e
* lisp/play/fortune.el (fortune-compile): Simplify and fix previous change.

Since file-newer-than-p returns non-nil if FILE2 does not exist,
the actual fix for bug#5338 is just a one-liner. But there is no test
case or explanation of what the issue actually is in bug#5338, so one
has to wonder if the initial (file-exists-p fortune-dat) test was
there for a reason...
lisp/ChangeLog
lisp/play/fortune.el